-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Adds validation styles to datepicker #2398
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey looks familiar 😆
With a couple unit tests to check that the right class is applied when the prop is set, I'm good to approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change I recommend making (a small nit/nice to have)
Co-authored-by: Brandon Lenz <brandon@truss.works>
Summary
Adds validation styles (and corresponding story) to DatePicker component, which uses a standard
<input>
instead of our input component, which already has that validation.Related Issues or PRs
Resolves #2263
How To Test
validationStatus
controlScreenshots (optional)